RequestOperationalConsent

This is to track the operational consent requested by the applicant when agency defers commencement during determination process.

path Parameters
CaseID
required
string

A fully qualified application number.

header Parameters
OrganisationID
required
string

Used by the API gateway to route the request to the relevant agency.

IdempotencyId
required
string

Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1"

Request Body schema: application/json

Information request object

caseStatus
string <= 80 characters

Status of the DA case

dueDateForEvidenceAboutRelevantMatters
required
string non-empty

This is to track the due date for evidence about relevant matters.

consentComments
required
string [ 1 .. 2000 ] characters

Please provide request details captures the Operational consent comments provided by the applicant.

Array of objects (DownloadableDocument)
required
object (UpdatedBy)

Responses

Request samples

Content type
application/json
{
  • "caseStatus": "string",
  • "dueDateForEvidenceAboutRelevantMatters": "string",
  • "consentComments": "Complete",
  • "documents": [
    ],
  • "updatedBy": {
    }
}